From 1ae5e3917261f8de6225e4bf8c2f77a3cf004659 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Tue, 17 May 2016 18:33:13 -0400 Subject: [PATCH] Correct typo when referring to 64 bit --- src/doc/specifying-dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/specifying-dependencies.md b/src/doc/specifying-dependencies.md index 74335e12c..bfa92e9e6 100644 --- a/src/doc/specifying-dependencies.md +++ b/src/doc/specifying-dependencies.md @@ -249,7 +249,7 @@ openssl = "1.0.1" native = { path = "native/i686" } [target.'cfg(target_pointer_width = "64")'.dependencies] -native = { path = "native/i686" } +native = { path = "native/x86_64" } ``` Like with Rust, the syntax here supports the `not`, `any`, and `all` operators -- 2.30.2